Use -j1 on recursive make for OpenSSL
authorAlex Crichton <alex@alexcrichton.com>
Fri, 2 Dec 2016 22:27:37 +0000 (14:27 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 2 Dec 2016 22:27:37 +0000 (14:27 -0800)
It looks like OpenSSL building on OSX has races...

Makefile.in

index ef02d4547ba89865a92c23c0f9cfed3bb22ba26c..89e3f2a31566b7fdf14d2bc6f24ef4116ddd4a86 100644 (file)
@@ -266,7 +266,7 @@ target/openssl/$(1).stamp: target/openssl/openssl-$$(OPENSSL_VERS).tar.gz \
         AR=$$(OPENSSL_AR_$(1)) \
         $$(SETARCH_$(1)) ./Configure --prefix=$$(OPENSSL_INSTALL_$(1)) \
           no-dso $$(OPENSSL_OS_$(1)) -fPIC $$(OPENSSL_CFLAGS_$(1))&& \
-        $(MAKE) -j10 && \
+        $(MAKE) -j1 && \
         $(MAKE) install)
        touch $$@